Skip to main content

2.4.3. Response

fieldDescriptiontype
statussuccess " | " error
messageerror text , optionalstring
dataarray

data array​

ParameterDescriptiontypeIs it Mandatory to complete the field?
shift_idShift ID , optionalstring

Code:​

{
"status": "success" | "error",
"message": "string, error text, optional",
"data": {
"shift_id": "integer, shift ID"
}
}